projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6294095
)
* comint.el (comint-dynamic-list-filename-completions): Quote common
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 27 Aug 2008 17:14:22 +0000
(17:14 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 27 Aug 2008 17:14:22 +0000
(17:14 +0000)
substring.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index f985c952664d9397453ad3b5d68b750d08e3a7c3..45e4bb14b5ebd35f24215c14b839a07f3d4a4b4e 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-4,6
+4,8
@@
* comint.el (comint-dynamic-complete-as-filename): Generalize last
change to allow quoting of characters before point.
+ (comint-dynamic-list-filename-completions): Quote common
+ substring.
2008-08-26 Chong Yidong <cyd@stupidchicken.com>